Catch 1
select count(SongId) from chartsquery where (genre='Hard Rock') and (subgenre='Heavy Melodic Rock')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Hard Rock')
RowsCount=0